17. Smoothing Quiz 1

Check out the documentation for two smoothing functions: simplemovingaverage and exponentialWeightedMovingAverage

Smoothing

How would you set the arguments of the ExponentialWeightedMovingAverage so that it gave the same result as SimpleMovingAverage?

SOLUTION: decay = 1